Skip to content

Add interactive mode#41

Open
DenysKuchma wants to merge 2 commits into
mainfrom
feature/doc-collector-interactive-mode
Open

Add interactive mode#41
DenysKuchma wants to merge 2 commits into
mainfrom
feature/doc-collector-interactive-mode

Conversation

@DenysKuchma
Copy link
Copy Markdown
Collaborator

Summary

This PR adds an interactive mode to doc-collector so page documentation can include verified UI behavior, not just static page structure.
The new mode explores selected interactions, captures state changes, and falls back safely to static documentation when interactive results are weak or unreliable.

What changed

  • added opt-in interactive mode for doc-collector
  • added deterministic interaction exploration for:
  • content/detail links
  • pagination
  • tab-like controls
  • meaningful buttons
  • added State Transitions output in page docs using a before -> action -> after format
  • added support for carrying interaction-discovered URLs into the crawl queue
  • added output normalization and coverage notes for weak or partial documentation
  • improved fallback behavior when interactive or schema generation fails
  • cleaned up the interactive implementation and removed legacy / dead code paths

@DenysKuchma DenysKuchma requested a review from DavertMik May 27, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant